RHIDP-13413: Bootstrap basic AGENTS.md for RHDH AI workspaces#3230
RHIDP-13413: Bootstrap basic AGENTS.md for RHDH AI workspaces#3230johnmcollier wants to merge 1 commit into
Conversation
Assisted-by: Claude Sonnet 4.6 Signed-off-by: John Collier <jcollier@redhat.com>
Code Review by Qodo
1. MCP env var typo
|
|
Review Summary by QodoAdd AGENTS.md documentation for RHDH AI workspaces
WalkthroughsDescription• Add AGENTS.md documentation to three RHDH AI workspaces • Document build commands, conventions, and architecture for each workspace • Create CLAUDE.md reference files pointing to AGENTS.md • Establish AI model collaboration guidelines with Assisted-by footer requirement Diagramflowchart LR
A["Three Workspaces<br/>lightspeed<br/>ai-integrations<br/>mcp-integrations"] -->|"Add AGENTS.md"| B["Workspace Documentation<br/>Build commands<br/>Conventions<br/>Architecture"]
A -->|"Add CLAUDE.md"| C["Reference Files<br/>@AGENTS.md"]
File Changes1. workspaces/ai-integrations/AGENTS.md
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3230 +/- ##
==========================================
- Coverage 61.06% 60.90% -0.17%
==========================================
Files 2071 2075 +4
Lines 64170 64246 +76
Branches 16644 16647 +3
==========================================
- Hits 39187 39127 -60
- Misses 24770 24905 +135
- Partials 213 214 +1
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Jdubrick
left a comment
There was a problem hiding this comment.
@johnmcollier what do you think about adding the required Node version to the files? I've had a few instances where the agent tries to run yarn commands and ends up on Node 18 and they fail and it "lists as a pre-existing issue"
gabemontero
left a comment
There was a problem hiding this comment.
just commented once but in theory could apply to all 3 agents.md
| - Lint: `yarn lint:all` | ||
| - Lint single file: `yarn lint --fix path/to/file.ts` | ||
| - Type check: `yarn tsc` | ||
| - Dev environment: `yarn dev` |
There was a problem hiding this comment.
should we also mention yarn dev:debug or yarn inspect or or the use of node and the backstage-cli for running in the debugger?
|
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |



Hey, I just made a Pull Request!
Adds AGENTS.md to the following rhdh-ai maintained workspaces:
lightspeedai-integrationsmcp-integrations✔️ Checklist